From c08f6f87aa086eab59ef68e4aa62bd1d6a0daf58 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 28 Aug 2007 02:49:48 +0000 Subject: [PATCH] (c-constant-kwds): Add java: null, true, false. --- lisp/progmodes/cc-langs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 5f9dbad3be2..d0ff9c523ad 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -2075,6 +2075,7 @@ nevertheless contains a list separated with ';' and not ','." "false" "true") ; Defined in C99. objc '("nil" "Nil") idl '("TRUE" "FALSE") + java '("true" "false" "null") ; technically "literals", not keywords pike '("UNDEFINED")) ;; Not a keyword, but practically works as one. (c-lang-defconst c-primary-expr-kwds -- 2.30.2